net/http.Transport.hasCustomTLSDialer (method)

3 uses

	net/http (current package)
		transport.go#L361: func (t *Transport) hasCustomTLSDialer() bool {
		transport.go#L396: 	if !t.ForceAttemptHTTP2 && (t.TLSClientConfig != nil || t.Dial != nil || t.DialContext != nil || t.hasCustomTLSDialer()) {
		transport.go#L1599: 	if cm.scheme() == "https" && t.hasCustomTLSDialer() {